ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeMap<T> Class / MaxDepth Property

In This Topic
    MaxDepth Property
    In This Topic
    Gets or sets the maximum number of node levels to show in the current view.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(-1)>
    Public Property MaxDepth As Integer
    [DefaultValue(-1)]
    public int MaxDepth {get; set;}
    Remarks
    Levels will be flattened into the current plane. If your TreeMap<T> has more levels than this, you will have to go up or down to see them.
    See Also